jade.domain.DFGUIManagement
Class DFAppletManagementOntology

java.lang.Object
  |
  +--jade.domain.DFGUIManagement.DFAppletManagementOntology

public class DFAppletManagementOntology
extends java.lang.Object

This class represents the ontology DFApplet-management, containing all JADE extensions related to applet management. There is only a single instance of this class.

The package contains one class for each Frame in the ontology.


Field Summary
static java.lang.String DEREGISTERFROM
           
static java.lang.String FEDERATEWITH
           
static java.lang.String GETDEFAULTDESCRIPTION
           
static java.lang.String GETDESCRIPTIONUSED
           
static java.lang.String GETPARENT
           
static java.lang.String MODIFYON
           
static java.lang.String NAME
          A symbolic constant, containing the name of this ontology.
static java.lang.String REGISTERWITH
           
static java.lang.String SEARCHON
           
 
Method Summary
static Ontology instance()
          This method grants access to the unique instance of the ontology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
A symbolic constant, containing the name of this ontology.

GETDEFAULTDESCRIPTION

public static final java.lang.String GETDEFAULTDESCRIPTION

FEDERATEWITH

public static final java.lang.String FEDERATEWITH

GETPARENT

public static final java.lang.String GETPARENT

GETDESCRIPTIONUSED

public static final java.lang.String GETDESCRIPTIONUSED

DEREGISTERFROM

public static final java.lang.String DEREGISTERFROM

REGISTERWITH

public static final java.lang.String REGISTERWITH

SEARCHON

public static final java.lang.String SEARCHON

MODIFYON

public static final java.lang.String MODIFYON
Method Detail

instance

public static Ontology instance()
This method grants access to the unique instance of the ontology.
Returns:
An Ontology object, containing the concepts of the ontology.